home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / printer / 2col41c.zip / READ.ME < prev    next >
Text File  |  1992-10-23  |  6KB  |  174 lines

  1. 2COL is a compressed print utility that will print 4  (or even 8 pages) on one
  2. side of a sheet of paper in 2 column format. It is intended for dot matrix and
  3. deskjet printers. Make sure your internal printer switches are set for
  4. Epson/Standard mode, not IBM mode. If you have a front panel pitch selector on
  5. your printer, it must be set to Program mode. If you are not sure about the
  6. front panel settings turn your printer off and then on immediately before
  7. running 2COL. This should reset the printer to program mode.
  8.  
  9.  
  10. PRINTING THE MANUAL:
  11.  
  12. To print the manual  on a 9-pin printer using 2col, type:
  13. 2COL 2COL.DOC (enter)
  14.  
  15. If your 9-pin printer cannot print 20 characters/inch, type:
  16. 2COL 2COL.DOC -W68 (enter)
  17.  
  18. To print the manual on a 24-pin printer, type:
  19. 2COL 2COL.DOC -Q (enter)
  20.  
  21. To print the manual on a Deskjet printer, type:
  22. 2COL 2COL.DOC -J1 -F4 (enter)
  23.  
  24.  
  25. DEMO:
  26.  
  27. To print an eight page demonstration of 2COL features, type:
  28.  
  29. DEMO2COL 9 <enter>      for 9-pin printers
  30. DEMO2COL 9 -W68 <enter> for 9-pin printers that cannot print 20 char/inch
  31. DEMO2COL 24 <enter>     for 24-pin (LQ) printers
  32. DEMO2COL J <enter>      for Deskjets
  33.  
  34.  
  35.  
  36. FILES INCLUDED:
  37.  
  38. 2COL.EXE     main program
  39. 2COL.DOC     manual
  40. 2COL.DES     long description for use by vendors or uploaders
  41. FILE_ID.DIZ  Short description for BBS systems
  42. DEMO2COL.BAT Program to demonstrate 2COL features
  43. COL.ICO      Windows Icon for 2COL
  44. 2COL.PIF     Program Information File for Windows
  45.  
  46.  
  47. WHATS NEW:
  48. 2COL41
  49. Added option (-V) to provide a page count before printing.
  50. Fixed hang problem when trying to skip (-S) more pages than actually exist.
  51.  
  52. 2COL40:
  53. Deskjet support added:
  54. 2COL has been tested with the Deskjet 500 printer and appears OK. If you
  55. experience problems with your model, please let me know.
  56.  
  57. Fix problem with left margin (-M) option.
  58.  
  59. Restore standard DOS printer timeout value.
  60.  
  61. 2COL35
  62.  
  63. Fix problem with pathnames exceeding 30 characters.
  64.  
  65. Added option to print current date at page bottom.
  66.  
  67. Add printer initialization on second pass of odd/even printing.
  68.  
  69. Fixed problem which ocurred when using the fixpage option when printing
  70. odd/even and using the second pass option.
  71.  
  72. Added the ability to temporarily turn off options which were turned on with the
  73. customizing feature.
  74.  
  75. 2COL34
  76.  
  77. Option (-Y) to customize default settings. Eliminates the need to enter
  78. command line options every time you run the program. Eliminates the need for
  79. batch files.
  80.  
  81. Option (-?) causes 2COL to ask for filenames to print. Useful when 2COL is run
  82. from a menu or an icon. Filenames can still be entered on the command line as
  83. well.
  84.  
  85. Changed the standard default setting (-F) for the top margin from 4 lines to 0.
  86. This is a result of feedback on how most people are setting up their printers.
  87.  
  88. Modified the (-O) option, which prints odd pages only, to ask whether the user
  89. wants to print even pages next. This allows for printing both sides without
  90. rerunning the program.
  91.  
  92. A "press any key to continue" message now appears whenever 2COL displays a
  93. message at exit. This makes it possible to read error messages when run from an
  94. icon or a menu program. Under these conditions the message would disappear
  95. before it could be read.
  96.  
  97. The DOS printer timeout interval is now  decreased while 2COL is running.
  98. Some people have commented that their system appears to hang sometimes while
  99. running 2COL. This is due to the long timeout delay DOS uses for the printer
  100. before printing an error message. If a shorter timeout causes any problems, I
  101. would appreciate hearing from you. It is good practice to make sure your printer
  102. is on-line before running 2COL.
  103.  
  104. Added a 2COL icon and a PIF file for Windows.
  105.  
  106.  
  107. 2COL32
  108. Documentation improvements
  109.  
  110. 2COL30
  111. Added a DEMO2COL.BAT to illustrate 2COL features
  112.  
  113. Added a demo option (-K) which activates registered features for a one page
  114. printout.
  115.  
  116. Fixed a bug which occurred when wrapping long lines with a blank in the 81st
  117. position.
  118.  
  119.  
  120. 2COL29
  121. People were using the left margin option without reading the instructions first
  122. and were having problems. Additional warnings in LARGE PRINT were added to the
  123. documentation.
  124.  
  125.  
  126. 2COL28
  127. New Automargin feature scans each file before printing and determines optimum
  128. margin and column width settings. Very useful when you need to create a left
  129. margin for hole punching and binding.
  130.  
  131. Option added to print an exact number of pages/column, retaining all page breaks
  132. and blank lines.
  133.  
  134. Escape characters(27) are now filtered out and replaced with ASCII(254).
  135.  
  136. 2COL will now run slightly faster because trailing blanks have been eliminated
  137. from the end of each line.
  138.  
  139. Fixed bug that caused page header not to print immediately following form feed.
  140.  
  141. Line spacing control has been changed from n/72 inch to n/216 inch (n/180 for
  142. 24-pin). As a result there will be less variation in white space at the bottom
  143. of the page and lines will always be spread out as much as possible. Let me know
  144. if the change causes any problems with your printer.
  145.  
  146.  
  147.  
  148. 2COL27
  149. A left margin option has been added. Read the instructions carefully before
  150. using it.
  151.  
  152.  
  153.  
  154.  
  155. 2COL26
  156. Registered users can now direct output to a file instead of the
  157. printer. The file can then be used for printing in background while
  158. running other programs. This option can also be used to redirect output
  159. to LPT2, COM1, COM2, etc.
  160.  
  161. Also, registration requirements are now more flexible for 2col. Please read the
  162. "Registration" section of the manual.
  163.  
  164.  
  165.  
  166.  
  167. OTHER PROGRAMS:
  168.  
  169. JETCOL -  A laserjet version of 2col.Has ten specially designed soft
  170. fonts. The optimum sized font is automatically selected according to the
  171. degree of compression desired. This gives the effect of having continuously
  172. scaled fonts. Prints up to 10 pages on one side of a sheet of paper.
  173. Registration fee- $30.
  174.